home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / fractals / ffex / ffex.doc < prev    next >
Text File  |  1994-11-17  |  3KB  |  67 lines

  1. =============================================================================
  2.  
  3.                                                                     
  4.                        This program is public domain                
  5.                                                                     
  6.         It may be used, copied and spread without any restriction,  
  7.         as long as there is no payment demanded (except for disks   
  8.         and postage etc.)! The .dok and .doc files must also be     
  9.         copied along with the program.                              
  10.                                                                     
  11.  
  12.  
  13.                   FFEX - The Fast Fractal Exploration Set
  14.  
  15.                               Documentation:
  16.  
  17. FFEX  computes  the  well  known  Fractals  and has all usual features like
  18. loading  and  saving  (as IFF picture), different resolutions and different
  19. algorithms  (Int_16  and  Int_32  are  faster, but have less precision than
  20. Real).
  21.  
  22. The highlights of FFEX are that is written in modula-II (a highlight?!) and
  23. assembler, and the strange method that is used to create the pictures.
  24.  
  25. Because of the pulldown menues and requesters the use of the program is
  26. very simple, so I describe only a few peculiarities:
  27.  
  28. To define the detail to be zoomed, move the cursor (lens) to the middle of
  29. the region, and press the left mousebutton. Move the mouse whith pressed
  30. button, to define the region. The region is allways undistorted. When you
  31. release the button, the frame remains on the screen. To compute the new
  32. picture select "Render" from the "Action" menu. This has the benefit, that
  33. you can select another region if you whave selected a wrong one by chance
  34. or something like that.
  35.  
  36.  
  37. Important:   If you change values in the "Setup/Limits" requester, the zoom
  38. frame  will  disappear,  because the picture and with it the sector doesn't
  39. correnspond to the values any longer.
  40.  
  41.  
  42. FFEX saves the limits of every picture within the IFF-file.  So if it loads
  43. the picture later, it knows the limits of the picture.  This only works, if
  44. you  don't  load and save the picture within an other program, because this
  45. would  destroy  the  limits  saved  in the picture, and FFEX won't load the
  46. picture anymore.
  47.  
  48.  
  49. Method of creating a picture:
  50.  
  51. In  a  fractal  a region of one color is never surrounded by an other color
  52. completely.   FFEX  uses this fact.  It computes the border of a rectangle,
  53. and  if the whole border has only one color, it can fill the rectangle with
  54. the  same  color,  without  computing  the pixels in the rectangle.  If the
  55. border is multicolored, it splits the rectangle into four smaller ones, and
  56. checks each of them, and so on, and so on ...
  57.  
  58. This  saves  a  lot of time, because FFEX needs not to compute the color of
  59. each pixel.
  60.  
  61.  
  62. Have fun! -Rob-
  63.  
  64. =============================================================================
  65. Robert Brandner / Schillerstr. 3 / A-8280 Fürstenfeld / AUSTRIA / EUROPE
  66. =============================================================================
  67.